Tune UNEVALLED functions by using XCAR instead of Fcar, etc.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2013 06:48:34 +0000 (07:48 +0100)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Jul 2013 06:48:34 +0000 (07:48 +0100)
commit42b0aaf63023ea036aae89eeb9b26affcc764f36
tree9ae43ced9cab32c050f6bbfaae2da07902d14605
parenta93e63103eb90b35c286790965c72fbd7b211e96
Tune UNEVALLED functions by using XCAR instead of Fcar, etc.

* data.c (Fsetq_default):
* eval.c (Fif, Fcond, Fprog1, Fsetq, Fquote, Ffunction, Fdefvar)
(Fdefconst, FletX, Flet, Fwhile, Fcatch, Funwind_protect)
(Fcondition_case):
Tune by taking advantage of the fact that ARGS is always a list
when a function is declared to have UNEVALLED args.
src/ChangeLog
src/data.c
src/eval.c